home *** CD-ROM | disk | FTP | other *** search
- on ChooseDownloadMovie
- global discType
- puppetSprite(5, 1)
- set i to count(discType)
- if i > 0 then
- set currdiscType to getAt(discType, i)
- deleteAt(discType, i)
- else
- set currdiscType to "generic"
- end if
- if currdiscType = "mayan" then
- set x to random(4)
- if x = 1 then
- LoadMovie(5, "JMAY1.MOV")
- else
- if x = 2 then
- LoadMovie(5, "JMAY2.MOV")
- else
- if x = 3 then
- LoadMovie(5, "JMAY3.MOV")
- else
- LoadMovie(5, "JMAY4.MOV")
- end if
- end if
- end if
- else
- if currdiscType = "massage" then
- LoadMovie(5, "JMASSG.MOV")
- else
- if discType = "pirate" then
- set x to random(4)
- if x = 1 then
- LoadMovie(5, "JPIR1.MOV")
- else
- if x = 2 then
- LoadMovie(5, "JPIR2.MOV")
- else
- if x = 3 then
- LoadMovie(5, "JPIR3.MOV")
- else
- LoadMovie(5, "JPIR4.MOV")
- end if
- end if
- end if
- else
- if currdiscType = "UF" then
- LoadMovie(5, "JULTRA.MOV")
- else
- if currdiscType = "dessert" then
- LoadMovie(5, "JDESSRT.MOV")
- else
- if currdiscType = "shower" then
- LoadMovie(5, "JSHOWR.MOV")
- else
- set x to random(12)
- if x = 1 then
- LoadMovie(5, "JCORTEX.MOV")
- else
- if x = 2 then
- LoadMovie(5, "JFELTGD1.MOV")
- else
- if x = 3 then
- LoadMovie(5, "JFELTGD2.MOV")
- else
- if x = 4 then
- LoadMovie(5, "JGICON1.MOV")
- else
- if x = 5 then
- LoadMovie(5, "JGICON2.MOV")
- else
- if x = 6 then
- LoadMovie(5, "JINTENSE.MOV")
- else
- if x = 7 then
- LoadMovie(5, "JNAUGHTY.MOV")
- else
- if x = 8 then
- LoadMovie(5, "JNOTSURE.MOV")
- else
- if x = 9 then
- LoadMovie(5, "JRASCAL.MOV")
- else
- if x = 10 then
- LoadMovie(5, "JRAWDATA.MOV")
- else
- LoadMovie(5, "JWOW.MOV")
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- getQTLen(5)
- end
-